home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbs_soft / sfswap10.zip / SFSWAP.DOC < prev    next >
Text File  |  1993-03-22  |  4KB  |  80 lines

  1.  
  2.  
  3.  
  4.                            Sfswap.exe, ver 1.0  
  5.                          (c) 1993 David E. Allen
  6.  
  7.                       THE ASTRO CAFE' (305) 245-6393
  8.                            Homestead, Florida
  9.  
  10.  
  11.   What is SFSWAP?
  12.  
  13.         SFSWAP.EXE is a utility for Spitfire BBS Systems that will randomly
  14.   select 1 of 3 files and copy it as WELCOME1.CLR, the opening ANSI color
  15.   file displayed to callers as they log in. This allows the Sysop to create
  16.   3 different opening screens for the BBS which are then chosen at random each 
  17.   time someone logs on. The process is totally random, so it's possible for
  18.   two seperate users calling back to back to get the same screen, or totally
  19.   different screens. It adds a little flair, and expectation for the caller,
  20.   to the BBS.
  21.  
  22.   How do I use SFSWAP?
  23.  
  24.         SFSWAP is very easy to use, first, using your favorite ANSI drawing
  25.   program, create the 3 different opening screens you wish to use. Save them
  26.   as OPEN1, OPEN2, and OPEN3. Do not place any extensions, (.clr, .ans, .etc)
  27.   behind the file name, the file name should consist of 5 characters ONLY!!!
  28.   If you are unclear on how to do this please refer to your DOS manual.
  29.         Next, copy the 3 files into your display file directory, (for the
  30.   purposes of this document we'll use the default of C:\SF\DISPLAY), along
  31.   with the executible file SFSWAP.EXE. At this point if you want to see the
  32.   program do it's thing, change directories to your display file directory,
  33.   and type SFSWAP. The program will then tell you which of the 3 files it
  34.   copied as WELCOME1.CLR, that's great but how do you make it automatically
  35.   happen before each call?
  36.         You must add a couple of lines to your SFINIT.BAT file, (if you do
  37.   not currently have an SFINIT.BAT file, an example has been included with
  38.   the .ZIP package that can be customized for your system), this file should
  39.   be located in your main BBS directory, (default C:\SF). For more information
  40.   on the SFINIT.BAT file please refer to your Spitfire Documentation. This
  41.   file, (if found in the main BBS directory) is run each time a user logs off
  42.   and before the BBS resets for the next caller. This allows you to run the
  43.   program SFSWAP from within the SFINIT.BAT file after each call, thereby
  44.   providing a new "random" opening screen for the next caller. Following is
  45.   an example entry for the SFINIT.BAT file:
  46.                                
  47.                                @ECHO OFF
  48.                                CD\SF\DISPLAY
  49.                                SFSWAP
  50.                                CD\SF
  51.  
  52.  
  53.  
  54.   Shareware Information:
  55.  
  56.         This program is Shareware and may be distributed freely as long as
  57.   there are no fees charged for specific access to this file. Also the
  58.   accompanying files, SFSWAP.DOC, and SFINIT.BAT, must be included. This file
  59.   cannot be "bundled" with any other software package. This program is not
  60.   free, if you find SFSWAP useful please send $5.00 to:
  61.                                 David E. Allen
  62.                                 406 NW 17 Court
  63.                                 Homestead, Fla.
  64.                                          33030
  65.         Your donation will help me rebuild my computer equipment damaged by
  66.   the recent Hurricane, "Andrew". Thank You for your support. Please direct
  67.   all inquires to the above address, or call THE ASTRO CAFE' at (305) 245-6393
  68.   for information and the latest version.
  69.  
  70.   Disclaimer:
  71.  
  72.   SFSWAP.EXE is offered "as is", and is guaranteed to do nothing more than
  73.   occupy space on your disk drive. Under no circumstance shall the author be
  74.   held responsible for damages or loss resulting from the use of, and or the
  75.   inability to use SFSWAP.EXE
  76.  
  77.  
  78.  
  79.   Spitfire is copywritten by Buffalo Creek Software, and Mike Woltz.
  80.